home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / steppenwolf_1_chapter_4.swf / scripts / DefineButton2_855 / BUTTONCONDACTION on(release).as
Text File  |  2010-05-15  |  358b  |  15 lines

  1. on(release){
  2.    set("/Variables:ObjetSelect",0);
  3.    set("/Variables:TransMail","");
  4.    tellTarget("MailMovie")
  5.    {
  6.       gotoAndStop(1);
  7.    }
  8.    _root.Inventaire.swapdepths(_root.Gts);
  9.    setProperty("/Gts", _X, 183);
  10.    setProperty("/Gts", _Y, 173);
  11.    setProperty("/Gts", _xscale, 40);
  12.    setProperty("/Gts", _yscale, 40);
  13.    nextFrame();
  14. }
  15.